/ Assembly List / LJCWinFormCommon / FormCommon / ShowError

Namespace - LJCWinFormCommon


Parameters
errorText - The error text.
caption - The message caption.

Returns

True if there is an error, otherwise false.

Syntax

C#
public static Boolean ShowError(String errorText, String caption = null)

Displays the error text if not null.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.